Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The application identifier. |
integer |
None. |
| noteCategoryIds |
The note category identifiers. |
Collection of integer |
None. |
| appIds |
The application ids. |
Collection of integer |
None. |
| appConditionIds |
The app condition ids. |
Collection of integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of notes.
Collection of Nano.Note| Name | Description | Type | Additional information |
|---|---|---|---|
| content |
Gets or sets the content. |
string |
None. |
| created |
Gets or sets the created. |
date |
None. |
| modified |
Gets or sets the modified. |
date |
None. |
| statusChange |
Gets or sets the status change. |
string |
None. |
| subject |
Gets or sets the subject. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| appCondition |
Gets or sets the application condition identifier. |
integer |
None. |
| appQueue |
Gets or sets the application queue identifier. |
string |
None. |
| appraisalTracking |
Gets or sets the appraisal tracking identifier. |
string |
None. |
| noteCategory |
Gets or sets the note category identifier. |
integer |
None. |
| id |
Gets or sets the note identifier. |
integer |
None. |
| underwritingDecision |
Gets or sets the underwriting decision identifier. |
integer |
None. |
| user |
Gets or sets the user identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"content": "sample String 1",
"created": "2026-08-14T04:18:47.3714701Z",
"modified": "2026-08-14T04:18:47.3714701Z",
"statusChange": "sample String 2",
"subject": "sample String 3",
"app": "4",
"appCondition": "1",
"appQueue": "sample String 5",
"appraisalTracking": "sample String 6",
"noteCategory": "1",
"id": "7",
"underwritingDecision": "1",
"user": "1"
},
{
"content": "sample String 1",
"created": "2026-08-14T04:18:47.3714701Z",
"modified": "2026-08-14T04:18:47.3714701Z",
"statusChange": "sample String 2",
"subject": "sample String 3",
"app": "4",
"appCondition": "1",
"appQueue": "sample String 5",
"appraisalTracking": "sample String 6",
"noteCategory": "1",
"id": "7",
"underwritingDecision": "1",
"user": "1"
}
]
text/html
Sample:
[{"content":"sample String 1","created":"2026-08-14T04:18:47.3714701Z","modified":"2026-08-14T04:18:47.3714701Z","statusChange":"sample String 2","subject":"sample String 3","app":"4","appCondition":"1","appQueue":"sample String 5","appraisalTracking":"sample String 6","noteCategory":"1","id":"7","underwritingDecision":"1","user":"1"},{"content":"sample String 1","created":"2026-08-14T04:18:47.3714701Z","modified":"2026-08-14T04:18:47.3714701Z","statusChange":"sample String 2","subject":"sample String 3","app":"4","appCondition":"1","appQueue":"sample String 5","appraisalTracking":"sample String 6","noteCategory":"1","id":"7","underwritingDecision":"1","user":"1"}]
application/xml, text/xml
Sample:
<ArrayOfNote xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Note>
<Content>sample String 1</Content>
<Created>2026-08-14T04:18:47.3714701Z</Created>
<Modified>2026-08-14T04:18:47.3714701Z</Modified>
<StatusChange>sample String 2</StatusChange>
<Subject>sample String 3</Subject>
<AppId>4</AppId>
<AppConditionId>1</AppConditionId>
<AppQueueId>sample String 5</AppQueueId>
<AppraisalTrackingId>sample String 6</AppraisalTrackingId>
<NoteCategoryId>1</NoteCategoryId>
<NoteId>7</NoteId>
<UnderwritingDecisionId>1</UnderwritingDecisionId>
<UserId>1</UserId>
</Note>
<Note>
<Content>sample String 1</Content>
<Created>2026-08-14T04:18:47.3714701Z</Created>
<Modified>2026-08-14T04:18:47.3714701Z</Modified>
<StatusChange>sample String 2</StatusChange>
<Subject>sample String 3</Subject>
<AppId>4</AppId>
<AppConditionId>1</AppConditionId>
<AppQueueId>sample String 5</AppQueueId>
<AppraisalTrackingId>sample String 6</AppraisalTrackingId>
<NoteCategoryId>1</NoteCategoryId>
<NoteId>7</NoteId>
<UnderwritingDecisionId>1</UnderwritingDecisionId>
<UserId>1</UserId>
</Note>
</ArrayOfNote>
application/vnd.api+json
Sample:
Sample not available.